projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f08239
)
(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 22 Apr 1998 02:14:55 +0000
(
02:14
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 22 Apr 1998 02:14:55 +0000
(
02:14
+0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 64913895b44b29df77c815ec36fe3a10f9130725..1b481663f3de1daba5700cee7f2c43fcd7f76612 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-1229,9
+1229,7
@@
See also the function `condition-case'.")
if (gc_in_progress || waiting_for_input)
abort ();
-#ifdef HAVE_WINDOW_SYSTEM
TOTALLY_UNBLOCK_INPUT;
-#endif
if (NILP (error_symbol))
real_error_symbol = Fcar (data);